home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / System Utilities / Locks / Locks Info < prev   
Encoding:
Text File  |  1993-04-03  |  5.0 KB  |  120 lines  |  [TEXT/QED1]

  1. System Folder Lock & Control Panel Lock
  2. ===============================
  3.  
  4. At the school where I teach, we have recently installed several Mac LC's with
  5. hard drives.  In the past, we had only dual-floppy Pluses, SE's, and Classics, so
  6. security was not a big problem.  However, with the hard drives on the new
  7. machines, the potential for problems is great.  The Locks I've written are intended
  8. to help avoid problems such as bozos mucking around with the Control Panel or
  9. System Folder.  The Locks work well together under system 6.0.7 or 6.0.8,
  10. but I have not yet had time to make them system 7 compatible. =(
  11.  
  12.  
  13. Shareware:
  14. -----------
  15.  
  16. I wrote these programs because I needed them.  If you use them, please be 
  17. considerate enough to compensate me for my lost March Break (I spent the whole 
  18. week working on these things).
  19.  
  20. If you use the System Folder Lock, I ask that you send $10.  If you use the Control 
  21. Panel Lock, I ask that you send $5.  If you use both, just send $10.  Site licenses 
  22. are available, as are educational discounts for bulk orders.
  23.  
  24. As the control panel interface says, registered users will get goodies in return— 
  25. whatever I  happen to have come up with lately, including the most recent versions 
  26. of The Locks.  Right now, I'm working on a program to scan a hard drive and 
  27. compare the contents against a master list of what should/shouldn't be there, and 
  28. automatically move unrecognized junk to a common folder called "Student Work" 
  29. (the kids have a habit of leaving a lot of garbage on the hard drives, and it's a pain 
  30. to manually clean it up).
  31.  
  32.  
  33. My address is:
  34.  
  35. Roy Wood
  36. 122 Britannia Avenue
  37. London, Ontario
  38. CANADA
  39. N6H 2J5
  40. (519) 438-3177
  41.  
  42. or you can contact me at school:
  43.  
  44. Roy Wood
  45. c/o Birchmount Park CI
  46. 3663 Danforth Avenue
  47. Scarborough, Ontario
  48. CANADA
  49. M1N 2G2
  50.  
  51.  
  52.  
  53. System Folder Lock:
  54. -------------------
  55. Place this cdev in your system folder, and once it has loaded, the system folder
  56. will be invisible under all circumstances.  Note that this patch does not simply
  57. mark the system folder as invisible; it hooks into the PBGetCatInfo system trap
  58. and prevents the system folder from being listed in any dialog box, as well as the
  59. Finder.  If the system folder were simply marked as invisible, it would still appear
  60. in save/load dialogs, and bozos would still be able to get into it and muck around.
  61. Note that access to the system folder is still possible— e.g. MS Word can still 
  62. create its temporary files in the system folder.
  63.  
  64. Note that the System Folder Lock must be the last INIT to load; otherwise when
  65. it locks the system folder, the System will not be able to locate any INIT's
  66. which should be loaded after the System Folder Lock.
  67.  
  68. The System Folder Lock has a simple control panel interface which allows you to
  69. enable/disable locking of the system folder.  Obviously this simple interface is
  70. a security problem, which is where the Control Panel Lock comes in....
  71.  
  72.  
  73. Control Panel Lock:
  74. ------------------
  75. Place this cdev in your system folder, and after it has loaded, access to the 
  76. Control Panel will be password-protected.  This means that bozos will not be able 
  77. to muck around with stuff they shouldn't be mucking around with— e.g. the System 
  78. Folder Lock.
  79.  
  80. To gain access to the Control Panel when it is locked, hold down the command 
  81. and option keys while choosing "Control Panel" from the apple menu.  A dialog box 
  82. will appear and you will be prompted to enter the password (the default password 
  83. is "BPCI", no quotation marks of course).  If you enter the correct password, you 
  84. gain access; if you enter the wrong password, you're out of luck.  Be aware that 
  85. the delete key is not implemented— sorry!
  86.  
  87. The Control Panel Lock has a simple control panel interface that allows you to 
  88. change the password easily.
  89.  
  90.  
  91. Installation of System Folder or Control Panel Lock:
  92. -----------------------------------------------
  93. No tricks are involved in installing The Locks— just place them in your system 
  94. folder and reboot.  If things work right, you should see their icons displayed at 
  95. startup.  If there is a problem with a Lock, its icon appears with an "X" drawn 
  96. through it (at present, no information is given as to why there was a problem, 
  97. though I could fix that if enough REGISTERED users were to encourage me).
  98.  
  99.  
  100. Removal of  System Folder or Control Panel Lock:
  101. ---------------------------------------------
  102. If you have access to the system folder, just drag The Lock out of the system 
  103. folder, and then restart the machine.  If you do not have access to the system 
  104. folder (e.g. you forgot the password and can't get into the Control Panel), then 
  105. boot up with a floppy and then remove The Lock from the now-unprotected 
  106. system folder.
  107.  
  108.  
  109. Shortcomings of The Locks:
  110. -------------------------
  111. If a user boots up from a floppy, he or she will easily bypass The Locks.  As well, 
  112. the Control Panel Lock password is easy to discover if you have a copy of ResEdit 
  113. and care to examine the Control Panel Lock's 'STR ' resources (no encoding, since 
  114. there are so many loopholes anyway).
  115.  
  116. Remember, The Locks are deterrents.  Determined Bozos will always find some 
  117. way to cause you grief.
  118.  
  119.  
  120.